home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 33
/
Amiga Format AFCD33 (Issue 117, Dec 1998).iso
/
-seriously_amiga-
/
graphics
/
infompeg
/
makefile.bc
< prev
next >
Wrap
Makefile
|
1998-09-07
|
133b
|
12 lines
CC = bcc
CFLAGS = -O2 -DBORLAND
.c.obj:
$(CC) $(CFLAGS) -c $<
O = infompeg.obj
infoMPEG : $(O)
$(CC) -einfoMPEG.exe $(O)